Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2025

Bumps oxlint from 1.6.0 to 1.7.0.

Release notes

Sourced from oxlint's releases.

oxlint v1.7.0

[1.7.0] - 2025-07-16

🚀 Features

  • 4f50750 linter: Load custom JS plugins configured in overrides (#12324) (camc314)
  • 5e428a4 linter/eslint-plugin-next: No-html-link-for-pages rule addition (#12194) (Gabriel Díaz Aguilera)
  • c551b8f linter: Report diagnostics from custom plugins (#12219) (camc314)
  • d387729 linter: JS custom rules config (#12160) (camc314)
  • 152e59d napi/oxlint: Read source text into start of allocator (#12122) (overlookmotel)
  • bde1ef1 linter: Load custom JS plugins (#11980) (camc314)
  • d4ebd14 linter: Add oxlint2/disable_oxlint2 feature flags (#12130) (camc314)
  • a4dae73 linter: Introduce LintPlugins to store builtin + custom plugins (#12117) (camc314)

🐛 Bug Fixes

  • 3f9a1f0 linter/no-unused-private-class-members: Fix false positive with nullish coalescing assignments (#12317) (camc314)
  • 47fad0e linter/no-empty-file: False positive with empty file with triple slash directive (#12293) (camc314)
  • 633ba30 linter: False positive with unknown plugins when unmatched eslint rule (#12285) (camc314)
  • 9720774 linter: Report implicit config parse errors (#12260) (Simon Buchan)
  • 1920c6b language_server: Respect the root .oxlintrc.json file for ignorePatterns (#12171) (Sysix)
  • 98708eb linter: Fix inconsistent behavior in no-duplicate-imports rule (#12192) (yefan)
  • 853d2bc linter, language_server: Correctly identify usage of import plugin (#12157) (overlookmotel)

🚜 Refactor

  • b28e447 linter: Remove dead code (#12328) (overlookmotel)
  • ee761de ast: Remove AstKind for AssignmentTarget (#12252) (Tyler Earls)
  • c68b607 ast: Rename TemplateLiteral::quasi to TemplateLiteral::single_quasi (#12266) (Dunqing)
  • 32c32af ast: Check whether there is a single quasi in TemplateLiteral::quasi (#12265) (Dunqing)
  • 8f6a1da linter/js-plugins: Use u32 for IDs (#12243) (overlookmotel)
  • 36cd364 linter/js-plugins: Clean up code (#12242) (overlookmotel)
  • 8c02ebd linter/js-plugins: Rename specifiers to paths (#12241) (overlookmotel)
  • 3adaf98 linter: Simplify getting nodes count (#12239) (overlookmotel)
  • 6e54645 language_server: Store LintService instead of Linter (#12016) (Sysix)
  • 113cf8c linter: Move LintServiceOptions.paths to LintService.with_paths (#12015) (Sysix)
  • acfac68 oxlint: Adjust ignore patterns by counting bytes instead of chars (#12209) (Sysix)
  • 729b82b linter: Rename plugin_name to plugin_specifier (#12148) (overlookmotel)
  • 532b816 linter: Use to_string instead of into (#12147) (overlookmotel)
  • 89f2a69 linter: TODO comment (#12146) (overlookmotel)
  • f90d3e1 linter: Feature gate load_external_plugin by both oxlint2 and disable_oxlint2 features (#12141) (overlookmotel)
  • 12e4ec7 linter: Make tokio dependency optional (#12140) (overlookmotel)
  • 1d2eaca oxlint2: Introduce force_test_reporter feature for consistent graphical outputs (#12133) (camc314)
  • 8814c53 ast: Remove AstKind for PropertyKey (#12108) (camchenry)
  • 228cff5 semantic,linter: Assert that Program is always the first node (#12123) (Ulrich Stark)
  • e8e2a25 ast: Remove AstKind for AssignmentTargetPattern (#12105) (camchenry)
  • f7c675d linter: Rename LintPlugins to BuiltinLintPlugins (#12116) (camc314)
  • a9e5ec0 linter: Access plugins through config instead of storing directly (#12115) (camc314)
  • 9736a7f linter: Simplify unicorn/require-post-message-target-origin (#12110) (shulaoda)

... (truncated)

Changelog

Sourced from oxlint's changelog.

[1.7.0] - 2025-07-16

🚀 Features

  • a4dae73 linter: Introduce LintPlugins to store builtin + custom plugins (#12117) (camc314)

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog, and this project does not adhere to Semantic Versioning until v1.0.0.

[0.16.12] - 2025-05-25

Features

  • 6a7018e linter: Generate stricter json schema for lint plugins (#11219) (camc314)

Bug Fixes

  • e8470d9 linter: Delay merging of oxlintrc configs (#10835) (camc314)

[0.15.14] - 2025-03-11

Features

  • 3fce826 linter: Add support for extends property in oxlintrc (#9217) (camchenry)

[0.15.13] - 2025-03-04

Documentation

  • 24850e7 linter: Add example of how configure rule (#9469) (Cédric DIRAND)

[0.15.11] - 2025-02-16

Features

  • 5d508a4 linter: Support env and globals in overrides configuration (#8915) (Sysix)

[0.15.8] - 2025-01-24

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.7.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: oxlint
  dependency-version: 1.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 17, 2025
@xuxiaowei-com-cn xuxiaowei-com-cn merged commit 98f68ef into main Jul 18, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-1.7.0 branch July 18, 2025 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants